lsm_pool_unsupported_actions_get(3) | Libstoragemgmt C API Manual | lsm_pool_unsupported_actions_get(3) |
NAME¶
lsm_pool_unsupported_actions_get - Retrieve what the pool cannot be used for.
SYNOPSIS¶
uint64_t lsm_pool_unsupported_actions_get (lsm_pool *p);
ARGUMENTS¶
- p
- Pool to retrieve unsupported actions for.
VERSION¶
1.0
DESCRIPTION¶
Retrieve what actions is not supported by specified pool.
RETURN¶
uint64_t. Unsupported actions which is a bit sensitive field.
Possible values are:
* 0
If all actions are supported.
* LSM_POOL_UNSUPPORTED_VOLUME_GROW
Pool cannot grow volume on size.
* LSM_POOL_UNSUPPORTED_VOLUME_SHRINK
Pool cannot shrink volume on size.
lsm_pool_unsupported_actions_get | January 2023 |